home *** CD-ROM | disk | FTP | other *** search
- Path: dd.chalmers.se!news.chalmers.se!sunic!pipex!uknet!EU.net!news.eunet.fi!news.funet.fi!nntp.hut.fi!nntp.hut.fi!s37732v
- From: s37732v@snakemail.hut.fi (Markus Juhani Aalto)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Sizeable GUI
- Date: 25 Feb 94 07:22:14 GMT
- Organization: Helsinki University of Technology, Finland
- Lines: 39
- Distribution: inet
- Message-ID: <S37732V.94Feb25092214@delta.hut.fi>
- References: <2kimqj$m1v@ugle.unit.no>
- NNTP-Posting-Host: delta.hut.fi
- In-reply-to: ketil@brosme.dhmolde.no's message of 24 Feb 1994 17:06:27 GMT
-
-
- In article <2kimqj$m1v@ugle.unit.no> ketil@brosme.dhmolde.no (Ketil Hunn) writes:
-
- > Path: nntp.hut.fi!news.funet.fi!news.eunet.fi!dkuug!news.eunet.no!nuug!trane.uninett.no!ugle.unit.no!brosme.dhmolde.no!ketil
- > From: ketil@brosme.dhmolde.no (Ketil Hunn)
- > Newsgroups: comp.sys.amiga.programmer
- > Date: 24 Feb 1994 17:06:27 GMT
- > Organization: University of Trondheim, Norway
- > Lines: 10
- > NNTP-Posting-Host: brosme.dhmolde.no
- > X-Newsreader: TIN [version 1.2 PL0]
-
- > Working on a sizable (and font-adaptable) requester, I found that when
- > shrinking the windowsize, the gadgets sometimes stay visible in the window's
- > borders. This can be avoided by activating the parent window and then the
- > sized window. This results in a 'flicker', thoug.
-
- > Is there another way of redrawing the window-borders AFTER you have arranged
- > the gadgets according to the new window-sizes?
-
- > Ketil Hunn
- > ketil@lyr.dhmolde.no
-
- RefreshWindow or something like that should do the job but it isn't the
- best possible way. In my opinion you get best results by listening
- RESIZE VERIFY message and when you receive it you detach your gadgets
- from the window. When RESIZE message comes you then attach gadgets back.
- This is little more work but it will result in faster window resizing.
- --
-
-
- **************************************************************************
- * Markus Aalto | Helsinki University of Technology *
- * | *
- * EMail: s37732v@vipunen.hut.fi | Faculty of Electric Engineering *
- * Phone/Fax: 358-0-8746991 | *
- * | Undergraduate in Computer Science *
- **************************************************************************
-
-